GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-01T20:23:16.6696123+00:00",
"SubmitDate": "2026-06-01T20:23:16.6696123+00:00",
"ReportPeriodStart": "2026-06-01T20:23:16.6696123+00:00",
"ReportPeriodEnd": "2026-06-01T20:23:16.6696123+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "929d34e7-2d02-4745-a75c-f0884f84ba83",
"Rows": [
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "929d34e7-2d02-4745-a75c-f0884f84ba83",
"Rows": [
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05791d49-f0c0-4714-921f-3acbb3cd7511",
"9c70d204-5d1f-4c8e-8e39-ec06d24f653d"
],
"Approvers": [
"a9e322b3-85eb-4d58-be0a-7ce6331a542c",
"7d0106d3-d414-4e17-b260-b5482fb17c8e"
],
"ApprovedBy": "9fb86f02-d11d-4acc-88e7-2e679fec5ede",
"ApprovalDate": "2026-06-01T20:23:16.6696123+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "422c3936-a83b-49f9-999e-7c5afbc1dd34",
"id": "912b914c-df24-448b-80fd-dc76f1955e41",
"ConfigId": "becb406b-d7e9-4ea2-81a6-e1c5994e2687"
},
{
"GenerationDate": "2026-06-01T20:23:16.6696123+00:00",
"SubmitDate": "2026-06-01T20:23:16.6696123+00:00",
"ReportPeriodStart": "2026-06-01T20:23:16.6696123+00:00",
"ReportPeriodEnd": "2026-06-01T20:23:16.6696123+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "929d34e7-2d02-4745-a75c-f0884f84ba83",
"Rows": [
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "929d34e7-2d02-4745-a75c-f0884f84ba83",
"Rows": [
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e09fc335-f6ac-4dc0-9390-494770b9501c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05791d49-f0c0-4714-921f-3acbb3cd7511",
"9c70d204-5d1f-4c8e-8e39-ec06d24f653d"
],
"Approvers": [
"a9e322b3-85eb-4d58-be0a-7ce6331a542c",
"7d0106d3-d414-4e17-b260-b5482fb17c8e"
],
"ApprovedBy": "9fb86f02-d11d-4acc-88e7-2e679fec5ede",
"ApprovalDate": "2026-06-01T20:23:16.6696123+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "422c3936-a83b-49f9-999e-7c5afbc1dd34",
"id": "912b914c-df24-448b-80fd-dc76f1955e41",
"ConfigId": "becb406b-d7e9-4ea2-81a6-e1c5994e2687"
}
]